{% extends "trees/base.html" %} {% block title %}Dashboard - JM3{% endblock %} {% block content %}
We know which trees exist, where, who planted them — and whether they survived.
| Species | Planted | Alive | Survival |
|---|---|---|---|
| {{ row.species__common_name }} | {{ row.total }} | {{ row.alive }} | {% widthratio row.alive row.total 100 %}% |
| No trees registered yet. | |||